home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / gdb-4.12 / bfd / hosts / rs6000.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-03  |  361 b   |  19 lines

  1. #include <stddef.h>
  2. #include <fcntl.h>
  3. #include <errno.h>
  4. #include <stdio.h>
  5. #include <sys/types.h>
  6. #include <sys/stat.h>
  7. #include <ctype.h>
  8. #include <string.h>
  9. #include <sys/file.h>
  10. #include <stdlib.h>        /* for malloc() */
  11.  
  12. #ifndef    O_ACCMODE
  13. #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  14. #endif
  15. #define SEEK_SET 0
  16. #define SEEK_CUR 1
  17.  
  18. #include "fopen-same.h"
  19.